/* ### GENERAL ### */
* {
	margin: 0px;
	padding: 0px;
	float: none;
}
html, body {
	font-family: "华文仿宋";
	font-size: 14px;
	color: #434343;
}
input, select, textarea {
	font-family: "华文仿宋";
	font-size: 13px;
	color: #434343;
	float: none;
}
body { background: #fdfdfd url('../images/bg.gif') repeat-x; }
img {
	border: 0px;
	display: block;
	z-index: 1;
	float: left;
}

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; background: url('../images/footer-sprtr.gif') bottom center no-repeat; }
#layout { width: 100%; background: url('../images/footer.jpg') bottom center no-repeat; }

/* ### MAIN CONTAINER ### */
#mainCntr {
	padding: 0 20px;
	margin: 0 auto;
	width: 938px;
	background: url('../images/top-bg.jpg') top center no-repeat;
	color: #002E48;
	font-size: 14px;
}

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 938px; height: 170px; }
	#headerCntr h1 { padding: 35px 0px 0px 50px; height: 92px;}
	#headerCntr h1 a {
	display: block;
	width: 339px;
	height: 68px;
	text-indent: -9999px;
	background: url('../images/logo-sw.gif') no-repeat;
	color: #CC33FF;
}
	
		/* ### SEARCH BOX ### */
		.searchBox {
	padding-top: 70px;
	width: 380px;
	height: 40px;
	float: right;
	font-family: "华文仿宋";
	transform: translateY(30);
}
		.searchBox form fieldset { border: 0px; overflow: hidden; }
		.searchBox form input.field { padding: 12px 10px 0px 10px; float: left; width: 203px; height: 27px; border: 0px; background: url('../images/search-field.gif') 100% no-repeat; }
		.searchBox form input.submit { width: 79px; height: 38px; float: left; cursor: pointer; color: #474747; text-transform: uppercase; font-weight: bold; border: 0px; background: url('../images/search-button.gif') no-repeat; }
		
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 938px; height: 42px; }
		#menuCntr ul { list-style: none; overflow: hidden; }
		#menuCntr li {
	padding: 0 27px;
	float: left;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	background: url('../images/menu-sprtr.gif') right no-repeat;
	font-family: "华文仿宋";
}
		#menuCntr li a { color: #f0f0f0; text-decoration: none; }
		#menuCntr li a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-family: "华文仿宋";
	font-size: 16px;
	text-align: left;
}
		#menuCntr li.last { background: none; }
	
	/* ### BANNER CONTAINER ### */
	#bannerCntr { padding: 20px 8px 20px 8px; overflow: hidden; width: 874px; margin: 0 auto; background: url('../images/banner-strip.gif') bottom repeat-x; }
	#bannerCntr .left { padding-top: 15px; width: 440px; float: left; overflow: hidden; }
	#bannerCntr .right { width: 375px; float: right; overflow: hidden; }
	#bannerCntr h2 { font-size: 40px; color: #758a0e; font-weight: normal; font-family: "华文仿宋"; }
	#bannerCntr p { padding: 15px 0 12px 5px; color: #434343; font-weight:normal; font-size: 16px; line-height: 25px; }
	#bannerCntr a.readMore { display: block; float: right; width: 67px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; }
	#bannerCntr a.readMore:hover { background: url('../images/more-hover-c.gif') no-repeat; }
	#bannerCntr .banner { padding: 11px 18px; width: 337px; height: 199px; background: url('../images/') no-repeat; }
	#bannerCntr ul { padding: 5px 10px 0px 0px; list-style: none; overflow: hidden; float: right; }
	#bannerCntr li { padding: 2px; float: left; margin-left: 5px; width: 24px; height: 24px; border: #cecece solid 1px; background: #fff; }
	#bannerCntr li a { display: block; line-height: 24px; width: 24px; text-align: center; font-size: 12px; color: #3f3f3f; text-decoration: none; background: #e1e1e1; }
	#bannerCntr li a:hover, #bannerCntr li.jFlowSelected a { color: #fff; background: #424242; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 15px 23px; overflow: hidden; width: 892px; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr {
	float: right;
	width: 655px;
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
		
		
			/* ### TEXT BOX ### */
			.textBox {
	padding-bottom: 7px;
	padding-top:10px;
	width: 636px;
	overflow: hidden;
	font-size: 18px;
	float: left;
}
			.textBox h3 {
	font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;

}
			.textBox p {
	padding: 12px 10px 10px 0px;
	line-height: 23px;
	font-size: 14px;
	font-family: "华文仿宋";
	word-wrap: break-word;
	text-transform: none;

}
			.textBox a.readMore { display: block; float: right; width: 67px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; }
			.textBox a.readMore:hover { background: url('../images/more-hover-c.gif') no-repeat; }
			
			.textBox.first{
	background: url(../images/border.jpg) left bottom repeat-x;
	float: left;
	font-family: "华文仿宋";
	font-size: 18px;
}
			.textBox .lasst{ padding-top:80px;}
			
		/* ### TEXT BOX1 ### */
			.textBox1 {
	padding-top: 35px;
	width: 636px;
	overflow: hidden;
}
			.textBox1 h2 {
	font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
}

	.textBox1 h3 {
	font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;

}
	
			.textBox1 p {
	padding: 15px 0 12px 5px;
	color: #434343;
	font-size: 16px;
	line-height: 25px;
}
			.textBox1 span{
	color: #758a0e;
	font-size: 18px;
}
			
			/* ### TEXT BOX2 ### */
			.textBox2 { padding-top:35px; width: 606px; overflow: hidden;	
			 }
			.textBox2 h2 { font-size: 20px; color: #758a0e; font-weight: normal; font-family: "华文仿宋"}
				.textBox2 h3 {
	font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;

}
	
			
			.textBox2 p {
	padding: 15px 0 0px 5px;
	color: #434343;
	font-size: 16px;
	line-height: 5px;
}
			.textBox2 span{  color:#3b3b3b; font-size:13px;}
			
			/* ### TEXT BOX3 ### */
			.textBox3 {
	padding-bottom: 7px;
	width: 640px;
	overflow: hidden;
	font-size: 18px;
	float: left;
}
			.textBox3 h3 {
	font-size: 18px;
	color: #35b111;
	font-weight: bold;
	font-family: "华文仿宋";
	word-wrap: break-word;
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;

}
			.textBox3 p {
	padding: 12px 10px 10px 0px;
	line-height: 23px;
	font-size: 14px;
	font-family: "华文仿宋";
	word-wrap:break-word;

}
			.textBox3 a.readMore { display: block; float: right; width: 67px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; }
			.textBox3 a.readMore:hover { background: url('../images/more-hover-c.gif') no-repeat; }
					
			/* ### TEXT BOX4 ### */
			.textBox4 {
	padding-bottom: 7px;
	width: 190px;
	overflow: hidden;
	font-size: 12px;
	float: left;
}
			.textBox4 h3 {
	font-size: 16px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	word-wrap: break-word;
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;

}
			.textBox4 p {
	padding: 12px 10px 10px 0px;
	line-height: 23px;
	font-size: 14px;
	font-family: "华文楷体";
	word-wrap: break-word;

}
			.textBox4 a.readMore { display: block; float: right; width: 67px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; }
			.textBox4 a.readMore:hover { background: url('../images/more-hover-c.gif') no-repeat; }
			
			
						
			/* ### SERVICE BOX ### */
			.serviceBox { width: 606px; overflow: hidden; }
			.serviceBox img{
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
}
			.service{
	padding: 27px 0px 28px 10px;
	width: 551px;
	background: url(../images/border.jpg) left top repeat-x;
}
			.serviceBox h3 {
	padding: 10px 0px 10px 0px;
	font-size: 23px;
	color: #869828;
	font-weight: normal;
}
			.serviceBox p { padding-bottom:20px; line-height: 23px; }
			.serviceBox a.readMore { margin-left:195px; display: block; width: 98px; height: 18px; text-indent: -9999px; background: url('../images/order_hover.jpg') no-repeat; }
			.serviceBox a.readMore:hover { background: url('../images/order_button1.jpg') no-repeat; }
			
			/* ### PORTFOLIO BOX ### */
			.portfolioBox { width: 604px; overflow: hidden; }
			.portfolioBox img{
	margin-right: 32px;
	float: left;
	border: solid 4px #FFFFFF;
}
			.portfolio{ padding:20px 0px 26px 0px; width:604px; background: url(../images/border.jpg) left top repeat-x;}
			.portfolioBox h3 {padding: 56px 0px 23px 0px; font-size: 23px; color: #869828; font-weight: normal; }
			.portfolioBox h4 { font-size: 18px; font-family:
			"华文仿宋";color: #3b3b3b; font-weight: normal; }
			.portfolioBox p { padding:25px 0px 34px 0px; line-height: 23px; }
			.portfolioBox a.readMore { margin-left:195px; display: block; width: 98px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; float:right}
			.portfolioBox a.readMore:hover {
	background: url('../images/more-hover-c.gif') no-repeat;
	float: right;
}
			
			
			
			/*### BUTTONS ### */
			.buttons {
	padding-bottom: 5px;
	width: 606px;
	float: left;
	overflow: hidden;
	background-image: url(../images/list-border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
			.buttons ul {  overflow: hidden; }
			.buttons li { padding-left:5px; float:left; list-style: none;}
			.buttons li a { color: #3b3b3b; width:28px; text-align:center; font-size:12px; color:#404040; line-height:28px; display:block; text-decoration: none; background: url('../images/number_b_hover.jpg') no-repeat;  }
			.buttons li a:hover { color:#FFFFFF; background: url('../images/number_button.jpg') no-repeat;  }
			.buttons li a.select{ color:#FFFFFF; background: url('../images/number_button.jpg') no-repeat;  }
			
			
			
			
			/* ### FEATURES BOX ### */
			.featuresBox {
	width: 636px;
	overflow: hidden;
	padding-bottom: 7px;
	float: left;
	padding-top: 10px;
}

    .featuresBox h3 {
	font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;
	}		
			
	.featuresBox h4 {
	padding-bottom: 16px;
	color: #758a0e;
	font-size: 18px;
	font-weight: bold;
	font-family: "华文仿宋";
	word-wrap: break-word;

}
			.featuresBox ul { list-style: none; overflow: hidden; }
			.featuresBox li {
	padding: 0px 0px 20px 32px;
	font-size: 14px;
	float: left;
	width: 268px;
	background: url('../images/right-icon.gif') no-repeat;
	color: #002E48;
}
			.featuresBox li a { color: #3b3b3b; text-decoration: none; }
			.featuresBox li a:hover {
	text-decoration: underline;
	color: #002E48;
}
			.featuresBox p { padding: 5px 0; font-size: 14px; }
			.featuresBox a.readMore { display: block; float: right; width: 67px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; }
			.featuresBox a.readMore:hover { background: url('../images/more-hover-c.gif') no-repeat; }
			
			/* ### ABOUT BOX ### */
			.aboutBox {
	width: 606px;
	overflow: hidden;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 41px;
	padding-left: 0px;
}
			.aboutBox h3 {
	font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;
}
			.aboutBox p {
	color: #434343;
	font-family: "华文仿宋";
	font-size: 14px;
	line-height: 23px;
}
			.aboutBox img {
	margin-right: 32px;
	float: left;
	border: solid 4px #FFFFFF;
}
			.aboutBox.first{
	background: url(../images/border.jpg) left bottom repeat-x;
	float: left;
}
			.aboutBox .lasst{ padding-top:80px;}
			
			
		/* ### CONTACT INNER BOX ### */
		.contactinnerBox{
	padding: 0px 0px 50px 10px;
	width: 606px;
	float: none;
	overflow: hidden;
}
		.contactinnerBox input.filed1{
	
	width: 420px;
	height: 26px;
	border: none;
	background: url(../images/input_bg.jpg) 0px 0px  no-repeat;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
		.contactinnerBox label{
	padding-top: 10px;
	width: 100px;
	height: 26px;
	display: block;
	color: #3b3b3b;
	text-align: left;
	vertical-align: top;
	font-family: "华文仿宋";
	font-size: 14px;
	float: left;
}
		.contactinnerBox textarea{ padding:5px 5px 5px 7px; width:420px; height:132px; border:none;background:url(../images/textarea_bg.jpg) 0px 0px no-repeat; }
		.contactinnerBox input.button{ margin:24px 0px 0px 0px; float:left; background:url(../images/sned.jpg) 0px 0px no-repeat; width:153px; height:42px; border:none; cursor:pointer; }
					
		/* ### RIGHT CONTAINER ### */
		#rightCntr {
	padding-left: 0px;
	float: left;
	width: 181px;
}

			/* ### MENU BOX ### */
			.menuBox { width: 180px; }
			.menuBox ul { list-style: none; }
			.menuBox li { padding-bottom: 1px; }
			.menuBox li a { padding-left: 30px; display: block; color: #fff; text-decoration: none; line-height: 31px; width: 150px; background: url('../images/menu-ss.gif') no-repeat; }
			.menuBox li a:hover { background: url('../images/menu-hover-ss.gif') no-repeat; }
			.menuBox li a.active { background: url('../images/menu-hover-s.gif') no-repeat; }
			.menuBox li ul { padding: 0px 6px 5px 6px; }
			.menuBox li ul li { padding-left: 8px; line-height: 27px; background: url('../images/list-border.gif') bottom repeat-x; }
			.menuBox li ul li a { padding-left: 20px; color: #3b3b3b; line-height: 27px; text-decoration: none; width: auto; background: url('../images/list-dot.gif') left no-repeat; }
			.menuBox li ul li a:hover { text-decoration: underline; background: url('../images/list-dot.gif') left no-repeat; }
			.menuBox li ul li.last { background: none; }
				
	/* ### CONTACT CONTAINER ### */
	#contactCntr {
	overflow: hidden;
	width: 878px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
		
		/* ### TWITTER BOX ### */
		.twitterBox {
	padding: 21px 0px 0px 170px;
	width: 409px;
	height: 131px;
	float: right;
	background: url('../images/twitter.jpg') no-repeat;
}
		.twitterBox h4 { font-size: 13px; color: #35b111; }
		.twitterBox p { padding-top: 10px; line-height: 20px; color: #4d4d4d; font-style: italic; font-size: 11px; }

		
		/* ### CONTACT BOX ### */
		.contactBox {
	padding-top: 5px;
	width: 212px;
	float: left;
}
		.contactBox h3 {
		font-size: 20px;
	color: #758a0e;
	font-weight: bold;
	font-family: "华文仿宋";
	text-shadow: 10px 10px 7px #999999;
	transform: rotate(40);
	-ms-transition: all 5s 6s;
	-o-transition: all 5s 6s;

}
	
		.contactBox address { color: #4e4e4e; line-height: 25px; font-size: 14px; font-style: normal; }
		.contactBox address a { color: #4e4e4e; }
		.contactBox address a:hover { text-decoration: none; }
		.contactBox.lasst{ padding-top:68px;}
	
	.contact Box a.readMore { display: block; float: right; width: 67px; height: 18px; text-indent: -9999px; background: url('../images/more-c.gif') no-repeat; }
			.contactBox a.readMore:hover { background: url('../images/more-hover-c.gif') no-repeat; }				
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr {
	padding: 24px 20px 0 20px;
	overflow: hidden;
	width: 898px;
	height: 72px;
}
	#footerCntr ul { list-style: none; width: 600px; overflow: hidden; }
	#footerCntr li {
	padding: 0 4px;
	float: left;
	font-size: 13px;
	background: url('../images/footer-sprtr.gif') right no-repeat;
}
	#footerCntr li a { color: #fff; text-decoration: none; }
	#footerCntr li a:hover {
	text-decoration: underline;
	font-family: "华文仿宋";
}
	#footerCntr li.last { background: none; }
	#footerCntr p {
	padding: 7px 30px 0px 0px;
	font-size: 13px;
	float: right;
	color: #fff;
}
	#footerCntr img {
	margin-left: 20px;
	float: right;
}
br {
	font-style: normal;
	font-size: 13px;
}
#mainCntr #contentCntr #leftCntr .aboutBox.first p {
	font-weight: normal;
	font-size: 14px;
}
h1 {
	font-family: "华文仿宋";
	font-size: 18px;
}
h1 {
	color: #002E48;
}
h1 {
	color: #758a0e;
}

/*	Form Style Start Here  */

#loginzone {
	width:293px;
	background:url(../images/loginbg.gif) left top repeat-y;
	margin:0px 0px 35px 0px;
}

#logintop {
	background:url(../images/logintop.gif) left top no-repeat;
}

#loginbottom {
	background:url(../images/loginbottom.gif) left bottom no-repeat;
	padding:12px 15px 12px 15px;
}

form.signup {
	display:block;
	width:258px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

form.signup label {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#636363;
	display:block;
	float:left;
	width:70px;
	padding:5px 0px 0px 0px;
	margin:0px 5px 5px 0px;
}

form.signup input.txtbox {
	width:181px;
	height:21px;
	color:#000;
	background:#f7f3ed;
	border:0px;
	float:left;
	margin:0px 0px 10px 0px;
}

form.signup label.check {
	font:11px Arial, Helvetica, sans-serif;
	color:#d50202;
	float:left;
	width:100px;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 10px;
}

form.signup label.check a {
	color:#d50202;
	text-decoration:underline;
}

form.signup input.loginbutton {
	padding:10px 0px 0px 0px;
	margin:0px 5px 0px 75px;
	float:left;
}

.forgetpassword {
	display:block;
	padding:10px 0px 10px 5px;
}

.forgetpassword a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}

form.searchzone {
	width:280px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
	float:right;
}
#wrapper #layout #mainCntr #contentCntr #leftCntr .portfolioBox .portfolio p a {
	font-size: 16px;
}
#wrapper #layout #mainCntr #contentCntr #leftCntr table {
	font-size: 12px;
}
#wrapper #layout #mainCntr #contentCntr #leftCntr table tr td p strong span {
#imeinline
	font-family: "黑体";
}
{}
#wrapper #layout #mainCntr #headerCntr .searchBox p {
	color: #fff;
	font-size: 30px;
	font-family: "华文新魏";
}
#wrapper #layout #mainCntr #contentCntr #leftCntr table tr td p {
	font-family: "黑体";
}
